libxc: switch page offlining interfaces to hypercall buffers
authorIan Campbell <ian.campbell@citrix.com>
Fri, 22 Oct 2010 14:14:51 +0000 (15:14 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 22 Oct 2010 14:14:51 +0000 (15:14 +0100)
commit70a0e72f0b126fe7dc99bf5fea149a8ae9d9dc26
tree4995c2b6a83734707b97828ef97dfa19e702e44b
parent3ee48e02ba3a3c83d1314af4db4e6d6c3b3891ef
libxc: switch page offlining interfaces to hypercall buffers

There is no need to lock/bounce minfo->pfn_type in init_mem_info since
xc_get_pfn_type_batch() will take care of that for us.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxc/xc_offline_page.c